EBADF An invalid file descriptor was given in one of the sets. EBADF 유효하지 않은 파일 기술자가 집합중 하나에 들어 있다.
EBADF The file descriptor is not a valid index in the descriptor table. EBADF 파일 기술자가 기술자 테이블에 있는 유효한 인덱스가 아니다.
nfds is the highest-numbered file descriptor in any of the three sets, plus 1. n 은 세개의 집합중 가장 높은 파일기술자에다가 1을 더한다.
You must make sure that the opentype argument matches the actual mode of the open file descriptor. 때문에 항상 파일을 다룰때는 예외를 반드시 확인하고 처리해 주는 버릇을 기르자.
The open function takes a file descriptor as first argument and the name of the file to read as second argument. open 함수는 파일 지시자를 첫번째 전달인자로 갖고 파일 이름을 두번째 전달인자로 가진다.